home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / dfÜ / bbs / tronbbs / tron / docs / utils / tron.doc < prev    next >
Encoding:
Text File  |  1996-07-16  |  2.9 KB  |  124 lines

  1.  
  2.  
  3. ===( 'TRON'   (the tron commander) )=============
  4.  
  5.  
  6. This is a little Utility to send command's to one, some or
  7. all BBS nodes.
  8.  
  9. This is very convenient if you want to controle your BBS with scripts.
  10.  
  11. For example, you can call out to a system for mail just by
  12. typing 'tron -c -1 14:103/204' in a shell window.
  13.  
  14. These commands area very handy if you use a 'cron' utility that
  15. spawns programmas or scripts to start processing mail or to
  16. call to your mail HUB/HOST.
  17.  
  18. With the tron utility you can also Warn a user that it's about time
  19. to log him so you can poll for your mail.
  20. Also you can force logoff this user with this utility.
  21.  
  22. For examples look in the tron:scripts/ directory.
  23. Also there is some explanation of options in this file.
  24.  
  25.  
  26. Door bovenstaande commandos in zo'n tabel/script op te nemen kan
  27. heel simpel een systeem worden gemaakt om 's nachts automatisch
  28. andere BBSen voor EchoMail te bellen.
  29. (na een eerst de User een tijdje hiervoor te hebben gewaarschuwd en hem
  30.  iets later met wat dwang te laten uitlogen).
  31.  
  32.  
  33.  
  34.  
  35.  
  36. ===( 'TRON'  Options (build in help screen)  )=============
  37.  
  38.  
  39.  
  40. Tron commander V0.49 (c)94 Paul Spijkerman.
  41. Use : <-command> [-nodes] ["string"]
  42.  
  43.   -0 .. -9   = Send message to nodes.
  44.   -A         = Send message to all nodes.
  45.  
  46.   -X         = Quiet operation.
  47.  
  48.   -P0   -F   = Serial Port Off.
  49.   -P1   -N   = Serial Port On.
  50.   -I0        = Don't accept incoming calls.
  51.   -I1        = Accept incoming calls.
  52.   -U0        = Sysop not available.
  53.   -U1        = Sysop available.
  54.   -W0        = Iconize a node
  55.   -W1   -D   = DeIconize a node
  56.   -M         = Send node message.
  57.   -C         = Make FidoNet call.
  58.   -S         = Sysop login.
  59.   -O         = Normal login.
  60.   -Q         = Quit a node.
  61.   -L         = Logoff a user.
  62.  
  63.  
  64.  
  65. ===( 'TRON'  Some examples   )=============
  66.  
  67.  
  68. If you don't specify a BBS node number .. the utility will send a
  69. command to node 0.
  70. You can send commands to more nodes at once.
  71. (for instance:   tron -0 -1 -2 ............)
  72. Or you can send commands to all BBS nodes (Node 0 to 9)
  73. (for instance:   tron -A ............)
  74.  
  75.  
  76.  
  77.  
  78. Send a line of text to a BBS node:
  79.  
  80. tron  -1      -x  -m  "Hello, some one there ? .."
  81. tron  -0 -1       -m  Test
  82. tron  -a      -x  -m  "system slows down due to mail processing"
  83.  
  84.  
  85. You can use this in a menu to send a message to all nodes that a
  86. Users is loged in on an other node.
  87.  
  88. DosCommand  "tron:utils/tron -m -a -x 'User ~200 logged in on node ~50.'"
  89.  
  90.  
  91.  
  92.  
  93. Call a BBS to deliver or het mail:
  94.  
  95. tron  -1  -c  14:103/204
  96.  
  97. Note: This will only work when there is mail for the called system
  98. in the tron:outbound/ directory.
  99. When there is no mail you can create a poll packet with the 'poll'
  100. command like this:
  101.  
  102. Poll 14:103/204
  103.  
  104.  
  105.  
  106. This one logs the sysop in wihout deIconizing with the mouse
  107. and the need to type in his name and password.
  108.  
  109. tron  -0  -s
  110.  
  111.  
  112.  
  113. Stop and removes a node from memory.
  114.  
  115. tron  -0  -q
  116.  
  117.  
  118.  
  119. Logoff a User from node 0.
  120.  
  121. tron  -0  -l
  122.  
  123.  
  124.